Xceed DataGrid for Silverlight Documentation
Remove(KeyValuePair<TKey,TValue>) Method


A KeyValuePair containing the key and the value of the element to remove.
Removes the specified key and value from the dictionary.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim item As KeyValuePair(Of TKey,TValue)
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   KeyValuePair<TKey,TValue> item
)

Parameters

item
A KeyValuePair containing the key and the value of the element to remove.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members
Overload List

Send Feedback